|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.AWXML.BaseObject
|
+--oracle.AWXML.SourceColumn
Specifies a column in the relational database for an ExternalSourceExpression.
ExternalSourceExpression, MappingGroup| Fields inherited from class oracle.AWXML.BaseObject |
DATABASENULL |
| Constructor Summary | |
SourceColumn(BaseObject input)Creates a SourceColumn for the specified ExternalSourceExpression. |
|
| Method Summary | |
java.lang.String |
getColumn()Gets the name of a source column in the relational database. |
void |
setColumn(java.lang.String input)Specifies the name of the source column in the relational database. |
java.lang.String |
WriteToXML()Gets an XML representation of the SourceColumn. |
| Methods inherited from class oracle.AWXML.BaseObject |
Alter, Create, CreateAfter, CreateBefore, CreateFirst, DataRead, Delete, getColumnName, getId, getLongName, getLongName, getName, getOwner, getPluralName, getPluralName, getSchema, getShortName, getShortName, setColumnName, setLongName, setLongName, setName, setPluralName, setPluralName, setSchema, setShortName, setShortName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SourceColumn(BaseObject input)
SourceColumn for the specified ExternalSourceExpression.input - The ExternalSourceExpression to own the SourceColumn.| Method Detail |
public void setColumn(java.lang.String input)
input - A String that contains the name of the source column.public java.lang.String getColumn()
String that contains the name of the source column.public java.lang.String WriteToXML()
SourceColumn.String that represents the SourceColumn.
|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||